const golang.org/x/sys/unix.elfNT_PRSTATUS
3 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1748: const elfNT_PRSTATUS = 1
syscall_linux.go#L1754: return ptracePtr(PTRACE_GETREGSET, pid, uintptr(elfNT_PRSTATUS), unsafe.Pointer(&iov))
syscall_linux.go#L1761: return ptracePtr(PTRACE_SETREGSET, pid, uintptr(elfNT_PRSTATUS), unsafe.Pointer(&iov))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)